From: Kim F. Storm Date: Thu, 22 Feb 2007 16:58:48 +0000 (+0000) Subject: (it_props): Undo last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~30233 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=cfcd6c53eb76eed053861c51ed51655fefd2b745;p=emacs.git (it_props): Undo last change. --- diff --git a/src/xdisp.c b/src/xdisp.c index 4ff3afd472b..b018735c3c6 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -762,8 +762,8 @@ static struct props it_props[] = /* Handle `face' before `display' because some sub-properties of `display' need to know the face. */ {&Qface, FACE_PROP_IDX, handle_face_prop}, - {&Qinvisible, INVISIBLE_PROP_IDX, handle_invisible_prop}, {&Qdisplay, DISPLAY_PROP_IDX, handle_display_prop}, + {&Qinvisible, INVISIBLE_PROP_IDX, handle_invisible_prop}, {&Qcomposition, COMPOSITION_PROP_IDX, handle_composition_prop}, {NULL, 0, NULL} };